home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
daten
/
ispell
/
interfaces
/
shell
/
irexxspelltest.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-09-27
|
235 b
|
13 lines
/* Test Program for IRexxSpell Loren J. Rittle 11/6/89 */
options results
address 'IRexxSpell'
version
say result
check "cat"
say result
check "\whitt"
say result
check "whitt"
say result
address 'IRexxSpell' exit